-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
BUG: Indexing on nullable column #44551
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
jbrockmendel
commented
Nov 21, 2021
- closes #xxxx
- tests added / passed
- Ensure all linting tests pass, see here for how to run them
- whatsnew entry
@@ -1148,6 +1148,18 @@ def test_loc_setitem_boolean_list(self, rhs_func, indexing_func): | |||
expected = DataFrame({"a": [5, 1, 10]}) | |||
tm.assert_frame_equal(df, expected) | |||
|
|||
def test_iloc_getitem_slice_negative_step_ea_block(self): | |||
# GH#44551 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is an additional Test for loc necessary?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not necessary, but harmless. will update.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i take it back, will be a bit of a hassle to test loc, so leaving as-is